home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 52
/
Volume 52 - JOGO DISK .iso
/
Games
/
cutie_maker_13.swf
/
scripts
/
DefineButton2_116
/
BUTTONCONDACTION on(release).as
< prev
Wrap
Text File
|
2007-09-26
|
117b
|
8 lines
on(release){
if(_name.substr(0,1) == "p")
{
this.stopDrag();
_root.matchCheck(this);
}
}